Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@gavinmcfall
gavinmcfall / rook-ceph-too-many-pgs.md
Created November 20, 2025 02:43
Rook Ceph - HEALTH_WARN too many PGs per OSD (XXX > max YYY)

Handling “Too Many PGs per OSD” in Rook Ceph

This guide records the playbook we followed on 2025-11-01 when Ceph started warning that each OSD hosted too many placement groups (PGs). It assumes you have kubectl access to the rook-ceph namespace and that the toolbox pod (deploy/rook-ceph-tools) is available.


1. Spot the Warning

KUBECONFIG=~/home-ops/kubeconfig \
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 9, 2026 10:28
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@cf
cf / 0sp.py
Created March 17, 2026 13:05
Xbox One Bootrom Ghidra Script
# Xbox One Bootrom - Ghidra Analysis Script
# Made With <3 by Carter Feldman (teh1337)
# Make sure to load at Base Addresss -> 0xFFFF0000
# =============================================
# Language: ARM:LE:32:v7 | Base: 0xFFFF0000 | Format: Raw Binary
#
# Run in Ghidra: Window -> Script Manager -> New Script -> Jython
#
# This script performs a full analysis of the Xbox One bootrom:
# - Sets ARM/Thumb mode regions
@bradtraversy
bradtraversy / terminal-commands.md
Last active May 9, 2026 10:16
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
name nextjs-fullstack-builder
description Full-stack project workflow for Next.js (App Router) + MongoDB (Mongoose) + shadcn/ui + Tailwind CSS. Use when: scaffolding a new Next.js project, adding features, creating API routes, defining Mongoose models, styling with shadcn or Tailwind, handling auth, or following best practices for this stack. Triggers: "new project", "next.js", "shadcn", "mongoose", "mongodb", "api route", "server component", "build feature", "fullstack builder".
argument-hint Describe the feature or task to build (e.g. "product CRUD", "auth setup", "data table page")

Next.js + MongoDB + shadcn/ui — Full-Stack Skill

When to Use

  • Scaffolding a new Next.js App Router project from scratch
@humbertoplus
humbertoplus / terminal-commands-macos-linux.md
Last active May 9, 2026 10:14 — forked from ElenaMLopez/consola-linux.md
Comandos de la TERMINAL MAC OS o Linux

Información del sistema

  1. arch: mostrar la arquitectura de la máquina (1).
  2. uname -m: mostrar la arquitectura de la máquina (2).
  3. uname -r: mostrar la versión del kernel usado.
  4. dmidecode -q: mostrar los componentes (hardware) del sistema.
  5. hdparm -i /dev/hda: mostrar las características de un disco duro.
  6. hdparm -tT /dev/sda: realizar prueba de lectura en un disco duro.
  7. cat /proc/cpuinfo: mostrar información de la CPU.
  8. cat /proc/interrupts: mostrar las interrupciones.
@Pythonation
Pythonation / prompt.md
Last active May 9, 2026 10:13
3 PROMPTS OF CODING AGENTS

1. برومبت التخطيط المطوّر (The Planning Protocol)

[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]

[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":